FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package cens.fhir.ssas-cdr#1.0.0 (125 ms)

Package cens.fhir.ssas-cdr
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=cens.fhir.ssas-cdr@1.0.0&canonical=http://ssasur.cl/fhir/StructureDefinition/CdrServiceRequest
Url http://ssasur.cl/fhir/StructureDefinition/CdrServiceRequest
Status draft
Name CdrServiceRequest
Experimental False
Type ServiceRequest
Kind resource

Resources that use this resource

StructureDefinition
http://ssasur.cl/fhir/StructureDefinition/CdrDiagnosticReport CdrDiagnosticReport
http://ssasur.cl/fhir/StructureDefinition/CdrSpecimen CdrSpecimen

Resources that this resource uses

StructureDefinition
http://ssasur.cl/fhir/StructureDefinition/CdrLocation CdrLocation
http://ssasur.cl/fhir/StructureDefinition/CdrOrganizationLab CdrOrganizationLab
http://ssasur.cl/fhir/StructureDefinition/CdrPatient CdrPatient
http://ssasur.cl/fhir/StructureDefinition/CdrPractitioner CdrPractitioner


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "cdr-servicerequest",
  "url" : "http://ssasur.cl/fhir/StructureDefinition/CdrServiceRequest",
  "name" : "CdrServiceRequest",
  "status" : "draft",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "quick",
      "uri" : "http://siframework.org/cqf",
      "name" : "Quality Improvement and Clinical Knowledge (QUICK)"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "ServiceRequest",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "ServiceRequest.identifier",
        "path" : "ServiceRequest.identifier",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "ServiceRequest.identifier.use",
        "path" : "ServiceRequest.identifier.use",
        "min" : 1,
        "fixedCode" : "official"
      },
      {
        "id" : "ServiceRequest.identifier.type",
        "path" : "ServiceRequest.identifier.type",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.identifier.system",
        "path" : "ServiceRequest.identifier.system",
        "min" : 1,
        "fixedUri" : "http://ssasur.cl/NumeroSolicitud"
      },
      {
        "id" : "ServiceRequest.identifier.value",
        "path" : "ServiceRequest.identifier.value",
        "short" : "Número_Solicitud",
        "min" : 1
      },
      {
        "id" : "ServiceRequest.identifier.period",
        "path" : "ServiceRequest.identifier.period",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.identifier.assigner",
        "path" : "ServiceRequest.identifier.assigner",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ssasur.cl/fhir/StructureDefinition/CdrOrganizationLab"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.identifier.assigner.type",
        "path" : "ServiceRequest.identifier.assigner.type",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.identifier.assigner.identifier",
        "path" : "ServiceRequest.identifier.assigner.identifier",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.instantiatesCanonical",
        "path" : "ServiceRequest.instantiatesCanonical",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.instantiatesUri",
        "path" : "ServiceRequest.instantiatesUri",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.basedOn",
        "path" : "ServiceRequest.basedOn",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.replaces",
        "path" : "ServiceRequest.replaces",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.requisition",
        "path" : "ServiceRequest.requisition",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.status",
        "path" : "ServiceRequest.status",
        "fixedCode" : "completed"
      },
      {
        "id" : "ServiceRequest.intent",
        "path" : "ServiceRequest.intent",
        "fixedCode" : "order"
      },
      {
        "id" : "ServiceRequest.category",
        "path" : "ServiceRequest.category",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.priority",
        "path" : "ServiceRequest.priority",
        "min" : 1,
        "fixedCode" : "routine"
      },
      {
        "id" : "ServiceRequest.doNotPerform",
        "path" : "ServiceRequest.doNotPerform",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.code",
        "path" : "ServiceRequest.code",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.orderDetail",
        "path" : "ServiceRequest.orderDetail",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.quantity[x]",
        "path" : "ServiceRequest.quantity[x]",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.subject",
        "path" : "ServiceRequest.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ssasur.cl/fhir/StructureDefinition/CdrPatient"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.encounter",
        "path" : "ServiceRequest.encounter",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.occurrence[x]",
        "path" : "ServiceRequest.occurrence[x]",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.asNeeded[x]",
        "path" : "ServiceRequest.asNeeded[x]",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.authoredOn",
        "path" : "ServiceRequest.authoredOn",
        "short" : "Fecha_Hora_Solicitud",
        "min" : 1
      },
      {
        "id" : "ServiceRequest.requester",
        "path" : "ServiceRequest.requester",
        "short" : "Profesional_Solicitante",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ssasur.cl/fhir/StructureDefinition/CdrPractitioner"
            ],
            "aggregation" : [
              "contained"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.requester.type",
        "path" : "ServiceRequest.requester.type",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.requester.identifier",
        "path" : "ServiceRequest.requester.identifier",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.requester.display",
        "path" : "ServiceRequest.requester.display",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.performerType",
        "path" : "ServiceRequest.performerType",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.performer",
        "path" : "ServiceRequest.performer",
        "short" : "Responsable_Registro",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ssasur.cl/fhir/StructureDefinition/CdrPractitioner"
            ],
            "aggregation" : [
              "contained"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.performer.type",
        "path" : "ServiceRequest.performer.type",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.performer.identifier",
        "path" : "ServiceRequest.performer.identifier",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.performer.display",
        "path" : "ServiceRequest.performer.display",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.locationCode",
        "path" : "ServiceRequest.locationCode",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.locationReference",
        "path" : "ServiceRequest.locationReference",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ssasur.cl/fhir/StructureDefinition/CdrLocation"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.reasonCode",
        "path" : "ServiceRequest.reasonCode",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.reasonReference",
        "path" : "ServiceRequest.reasonReference",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.insurance",
        "path" : "ServiceRequest.insurance",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.supportingInfo",
        "path" : "ServiceRequest.supportingInfo",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.specimen",
        "path" : "ServiceRequest.specimen",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.bodySite",
        "path" : "ServiceRequest.bodySite",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.note",
        "path" : "ServiceRequest.note",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.patientInstruction",
        "path" : "ServiceRequest.patientInstruction",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.relevantHistory",
        "path" : "ServiceRequest.relevantHistory",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.